php forum
php mysql forum
php mysql smarty
 
Topic Options
#275943 - 07/03/04 08:45 PM Beta-[6.5] Online User Info for 6.5
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Mod Name / Version: Online User Info for 6.5 <br /><br />Description: What this will do is allow you to view the user agent string and referer information of an anonymous user provided there is any. If there is referer information an icon will be displayed that provides a link to the location the anonymous user came from. The referer information is also displayed in the "alt" display of the icon by mousing over it. User agent information is intersting as you can see if it's a google bot browsing your site or whatnot. (not always though)<br /> <br /><br />Working Under: UBB.Threads 6.5 <br /><br />Mod Status: Beta <br /><br />Any pre-requisites: 6.5 <br /><br />Author(s): JoshPet <br /><br />Date: 07/03/04 <br /><br />Credits: JustDave - www.chattersonline.com <br /><br />Files Altered: ubbt.inc.php, online.php, online.tmpl <br /><br />New Files: viewrefer.gif <br /><br />Database Altered: 3 fields added to the w3t_Online table (O_Agent, O_Refer, O_IPaddy) <br /><br />Info/Instructions: <br /><br />Disclaimer: Please backup every file that you intend to modify. <br />If the modification modifies the database, it's a good idea to backup your database before doing so. <br /><br />Note: If you modify your UBB.Threads code, you may be giving up your right for "official" support from Infopop.If you need official support, you'll need to restore unmodified files.


Attachments
116294-online-userinfo.6.5.zip (204 downloads)


Top
#275944 - 09/01/04 06:46 PM Re: Beta-[6.5] Online User Info for 6.5 [Re: Daine]
ChAoS_dup1 Offline
Code Monkey

Registered: 11/15/02
Posts: 576
Loc: Great Northwest
FYI<br />The mouseover info isn't displaying when using FireFox but it works in IE. I havent tried any other browsers
_________________________
ChAoS
Emerald Forest Gaming Servers
Official STFU Thread


Top
#275945 - 09/02/04 12:29 AM Re: Beta-[6.5] Online User Info for 6.5 [Re: barbiro]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Does Firefox support the title tag?<br />The title tag should be compliant in all browsers. <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#275946 - 09/02/04 01:30 AM Re: Beta-[6.5] Online User Info for 6.5 [Re: Daine]
Twisty Offline
Code Monkey

Registered: 09/26/03
Posts: 524
Hi Josh, I can answer this one. For images, both ALT _and_ TITLE tags need to be included <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /> <br /> <br />
Code:
$ReferLink = "&lt;a href=\"$Refer\" target=\"_blank\"&gt;&lt;img src=\"{$config['imageurl']}/viewrefer.gif\" width=\"16\" height=\"16\" border=\"0\" alt=\"$Refer\" title=\"$Refer\" /&gt;&lt;/a&gt;";  
<br /> <br />It was missing the TITLE tag in this instance.
_________________________
Twisty []http://www.mameworld.info/misc/nana2.gif[/]
MAMEWorld

Top
#275947 - 09/02/04 06:40 PM Re: Beta-[6.5] Online User Info for 6.5 [Re: smoknz28]
ChAoS_dup1 Offline
Code Monkey

Registered: 11/15/02
Posts: 576
Loc: Great Northwest
Thanks Twisty-which script is that in do you know by chance?
_________________________
ChAoS
Emerald Forest Gaming Servers
Official STFU Thread


Top
#275948 - 09/03/04 03:40 AM Re: Beta-[6.5] Online User Info for 6.5 [Re: barbiro]
Twisty Offline
Code Monkey

Registered: 09/26/03
Posts: 524
online.php
_________________________
Twisty []http://www.mameworld.info/misc/nana2.gif[/]
MAMEWorld

Top
#275949 - 11/01/04 04:36 PM Re: Beta-[6.5] Online User Info for 6.5 [Re: smoknz28]
DrChaos Offline
Coder

Registered: 09/12/03
Posts: 816
Loc: Hollywood Florida.
I just re-installed this because of 6.5 upgrade and its looking borked. <br /> <br />Here is what Im seeing. I get no info when I hover over them and there is no extra info displayed??


Attachments
122391-error.JPG (105 downloads)



Edited by DrChaos (11/01/04 04:37 PM)
_________________________
DrChaos
LeetGamers

Top
#275950 - 11/01/04 08:01 PM Re: Beta-[6.5] Online User Info for 6.5 [Re: Duck]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
I'd check the instructions. I know this works in 6.5 as I'm using it on a dozen or so boards. So I'm pretty sure the instructions are accurate. You may have missed a step in ubbt.inc.php
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#275951 - 02/16/05 04:42 PM Good for 6.5.1? [Re: Daine]
donJulio Offline
Code Monkey

Registered: 06/17/02
Posts: 682
Loc: CA, USA
I noticed in the change log for 6.5.1, they mention that a query has been optimized in the online.php script. Will that affect this mod?
_________________________
Too many men. There's too many people making too many problems, and not much love to go around. Can't you see this is the Land of Confusion? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />

Top
#275952 - 03/08/05 06:53 AM Re: Good for 6.5.1? [Re: luan]
Ian_W Offline

Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
Works fine in 6.5.1 <img src="http://www.ubbdev.com/forum/images/graemlins/laugh.gif" alt="" />
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#275953 - 04/23/05 03:19 PM Re: Good for 6.5.1? [Re: Gorlum]
dparvin Offline
Member

Registered: 08/08/04
Posts: 184
Loc: UK
It does not work on mine for some reason. <br /> <br />I have the same problem as DrChaos, my Whos Online looks exactly the same as the picture. I have been through the instructions again and can't find anything wrong. <br /> <br />DrChaos, did you find a fix?
_________________________
parentforum.org

Top
#275954 - 06/03/05 05:40 PM Re: Good for 6.5.1? [Re: DMClark]
wicked34 Offline
Newbie

Registered: 05/21/05
Posts: 20
looks like maybe the image was uploaded in ascii mode? distorting the pic.<br /><br />just an idea

Top
#275955 - 06/03/05 07:45 PM Re: Good for 6.5.1? [Re: moparts]
StanCA Offline
Power User

Registered: 07/01/02
Posts: 71
I must have goofed 6.5.1<br /><br />got this error when i did a who's online<br />Parse error: parse error, unexpected '{' in /homepages/1/d118328893/htdocs/clubadventist/ubbtreads/online.php on line 89<br /><br />any ideas??
_________________________
www.clubadventist.com

Top
#275956 - 06/24/05 12:35 PM Re: Good for 6.5.1? [Re: pdlang]
StanCA Offline
Power User

Registered: 07/01/02
Posts: 71
How does Google read private messages????


Attachments
128452-Picture5.png (72 downloads)

_________________________
www.clubadventist.com

Top
#275957 - 06/24/05 12:36 PM Re: Good for 6.5.1? [Re: pdlang]
Anno Offline
Code Monkey

Registered: 05/23/01
Posts: 562
Loc: Austria
From top to bottom <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" />

Top
#275958 - 06/24/05 03:17 PM Re: Good for 6.5.1? [Re: domain123]
StanCA Offline
Power User

Registered: 07/01/02
Posts: 71
<img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /><br /><br /><br />I am sure, but how to the spiders access those???
_________________________
www.clubadventist.com

Top
#275959 - 04/02/06 10:18 AM Re: Beta-[6.5] Online User Info for 6.5 [Re: Daine]
fishtails Offline
Enthusiast

Registered: 06/19/02
Posts: 307
Loc: Fernandina Beach, FL
Does this allow only admins to see the user agent or can everyone see. If it's a googlebot, I would prefer the regular user not knowing that it is, implying they are just anonymous visitiors.<br /><br />Never mind. I just looked at the whos online here and it appears this mod is being used, and I as a normal user can see the user agent.


Edited by fishtails (04/02/06 10:21 AM)
_________________________
Fish or Cut Bait! http://www.fish-tails.net

[:"red"]Air traffic control? It has its ups and downs.[/] http://www.natcazjx.org

Top



Moderator:  Ian_W 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks